/* ######### CSS for Shade Tabs. Remove if not using ######### */

#totalcostSale
{
   background-color: none;
   font-family: arial;
   font-size: 10pt;
   color: #000000;
   border-style:none;
   
}
#totalcostBuying
{
   background-color: none;
   font-family: arial;
   font-size: 10pt;
   color: #000000;
   border-style:none;
   
}
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
list-style-type: none;
	list-style: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: solid 1px #cccccc;
}

#ratestabs {margin: 0;}

.shadetabs li{
display: inline;
margin: 0;
	list-style: none;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #cccccc;
color: #ffffff;
background: #df5f11;

}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
text-decoration: underline;
background: #ffffff;
color: #df5f11;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
background: #ffffff;
color: #df5f11;
}

.shadetabs li a.selected{ /*selected main tab style */

border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
